home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1997 #1
/
Amiga Plus CD - 1997 - No. 01.iso
/
pd
/
programmierung
/
quickautodocks
/
asl.doc
next >
Wrap
Text File
|
1992-09-03
|
996b
|
33 lines
asl.library quick autodocs
NAME : AllocAslRequest
FUNCTION : Allocates an ASL requester data structure of the
specified type
SYNOPSIS : requester=AllocAslRequest(reqType,tagList)
D0 -48 D0 A0
NAME : AllocFileRequest
FUNCTION : allocates an ASL FileRequester structure
SYNOPSIS : requester=AllocFileRequest()
D0 -30
NAME : AslRequest
FUNCTION : get input from user using an ASL requester
SYNOPSIS : result=AslRequest(requester,tags)
D0 -60 A0 A1
NAME : FreeAslRequest
FUNCTION : frees resources allocated by AllocAslRequest
SYNOPSIS : FreeAslRequest(requester)
-54 A0
NAME : FreeFileRequest
FUNCTION : free file requester structure
SYNOPSIS : FreeFileRequest(requester)
-36 A0
NAME : RequestFile
FUNCTION : request user to select files
SYNOPSIS : result=RequestFile(requester)
D0 -42 A0